The forEach() function is used to iterate over each element in an array and apply a provided function to each element. It's a way to perform an operation on each element without having to use a traditional for loop.
It’s used to do something with each item (like logging to the console or saving to a database), not to produce a result hence it always returns undefined